How can I tell [G]vim where to look for python26.dll?

Posted by Ariel on Stack Overflow See other posts from Stack Overflow or by Ariel
Published on 2010-03-23T04:20:55Z Indexed on 2010/03/23 4:41 UTC
Read the original article Hit count: 270

Filed under:
|
|

I have a version of Vim compiled with python 2.6 support enabled (from here). however vim cannot find the python26.dll.

:version confirms +python/dyn
:version and gvim.exe confirms DYNAMIC_PYTHON_DLL="python26.dll"
echo PATH confirms python26.dll is in the search path.
    (both c:\windows\system32, and C:\python26)

What could I be missing? Did I skip something silly?

© Stack Overflow or respective owner

Related posts about vim

Related posts about gvim